Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 5d677d2

Commit 5d677d2fb7b011b90edc2485cf08e591ff74faae


Parents : 808082e
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-01-11T17:25:03+01:00

Set correct hardware MTU

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Interfaces/TCPInterface.py b/RNS/Interfaces/TCPInterface.py
index b1e8ee48..51ac2a7e 100644
--- a/RNS/Interfaces/TCPInterface.py
+++ b/RNS/Interfaces/TCPInterface.py
@@ -456,7 +456,7 @@ class TCPServerInterface(Interface):
if port != None:
bindport = port
- self.HW_MTU = 1064
+ self.HW_MTU = 32768
self.online = False
self.spawned_interfaces = []

Served by rngit 1.5.2 - Generated in 0.03s